github.com/andybalholm/brotli/matchfinder.Trio.table12 (field)
15 uses
github.com/andybalholm/brotli/matchfinder (current package)
trio.go#L12: table12 [1 << 18]tableEntry
trio.go#L18: z.table12 = [len(z.table12)]tableEntry{}
trio.go#L50: for i := range z.table12 {
trio.go#L51: v := z.table12[i].offset
trio.go#L54: z.table12[i] = tableEntry{}
trio.go#L56: z.table12[i].offset = v
trio.go#L99: candidate12 := z.table12[nextHash12]
trio.go#L104: z.table12[nextHash12] = entry
trio.go#L156: candidate12 := z.table12[nextHash12]
trio.go#L161: z.table12[nextHash12] = entry
trio.go#L195: z.table12[z.hash12(cv0, extra0)] = te0
trio.go#L205: candidate12 := z.table12[nextHash12]
trio.go#L209: z.table12[nextHash12] = entry
trio.go#L288: z.table12[z.hash12(cv0, extra0)] = te0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |